'Declaration
Protected Overloads Function Location (Of T1,T2,T3,T4,T5)( _ ByVal expression As Expression(Of Func(Of Func(Of T1,T2,T3,T4,T5,IHttpActionResult))), _ Optional ByVal values As IDictionary(Of String,Object) _ ) As String
protected string Location<T1,T2,T3,T4,T5>( Expression<Func<Func<T1,T2,T3,T4,T5,IHttpActionResult>>> expression, IDictionary<string,object> values )
Parameters
- expression
- The expression which returns the function of calling the action method.
- values
- The dictionary that contains the parameters for the action.
Type Parameters
- T1
- T2
- T3
- T4
- T5
Return Value
The absolute url for the specified action.